-- card: 2951 from stack: in -- bmap block id: 5817 -- flags: 4000 -- background id: 2143 -- name: Player Status ----- HyperTalk script ----- on idle global StartTime global SetPass global MissedAttack if (the seconds >= 10 + StartTime) and (not SetPass) then put true into MissedAttack go card "Figure Attack" end if end idle on openCard global StartTime global GoneStatus global YourHP if Not GoneStatus then put the seconds into StartTime end if put false into GoneStatus put "Health: " & YourHP into card field "Health Status" end openCard -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=189 top=277 right=327 bottom=303 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp global GoneStatus put true into GoneStatus go card "Off/Def" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=82 top=289 right=332 bottom=144 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push this card visual effect iris open slowly go to card "Sword Play Help Index" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=346 top=289 right=332 bottom=412 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push this card visual effect iris open slowly go to card "Status Help Start" end mouseUp -- part 4 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=109 top=81 right=98 bottom=231 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 5 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: Health Status -- part contents for card part 4 ----- text ----- Health: 85